Skip to main content
Version: legacy

Generic Encryption

Leveraging this API structure, business can send WhatsApp messages to end customer in encrypted format. All default fields should be encrypted.

Payload

{
"messages": [
{
"sender": "<encrypted data>",
"to": "<encrypted data>",
"groupId": "<encrypted data>",
"type": "<encrypted data>",
"messageId": "",
"transactionId": "",
"channel": "<encrypted data>",
"text": {
"content": "<encrypted data>"
}
}
],
"responseType": "json"
}